home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 13654 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.4 KB

  1. Path: druid.borland.com!usenet
  2. From: pete@borland.com (Pete Becker)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Problems with BC50
  5. Date: 26 Mar 1996 16:29:20 GMT
  6. Organization: Borland International
  7. Message-ID: <4j9610$74n@druid.borland.com>
  8. References: <4j4b8f$7u9@news.interpath.net> <4j633o$3sd@natasha.rmii.com>
  9. NNTP-Posting-Host: pbecker.borland.com
  10. Mime-Version: 1.0
  11. Content-Type: Text/Plain; charset=ISO-8859-1
  12. X-Newsreader: WinVN 0.99.5
  13.  
  14. In article <4j633o$3sd@natasha.rmii.com>, gregrice@sylvansoft.com says...
  15. >
  16. >In article <4j4b8f$7u9@news.interpath.net>, galaxy@interpath.com (ozone) says:
  17. >
  18. >
  19. >We have been having very similar problems with v5.0.  Also, we
  20. >are unable to recompile existing 4.52 programs in Win 3.1 mode without
  21. >the linker running out of memory.  If anyone knows how to fix that
  22. >we would sure be interested.
  23.  
  24. Here's an excerpt from the readme file:
  25.  
  26. o) Building 16-Bit Applications in Windows 95
  27. ---------------------------------------------
  28. When you build 16-bit applications in the IDE, a process called
  29. CapDos32 remains in memory.  If you view PVIEW.EXE, it shows
  30. these processes as WINOLDAP.
  31.  
  32. To make these processes unload themselves after 16-bit builds,
  33. select \WINDOWS\SYSTEM\CONAGENT.EXE, select File | Properties, and
  34. check Close on exit on the Program page. To avoid running out of
  35. memory while linking 16-bit applications, set all memory choices
  36. to Auto on the Memory page of the CONAGENT.EXE properties.
  37.  
  38.